Html Css Color HEX #CBE8D5 Granny Apple

📋 copy color: '#CBE8D5'

red 203 ◦ green 232 ◦ blue 213

#CBE8D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #CBE8D5

Tints of Granny Apple #CBE8D5

RGB

 RED value IS 203 (79.69% from 255) = 31.33%

 GREEN value IS 232 (91.02% from 255) = 35.8%

 BLUE value IS 213 (83.59% from 255) = 32.87%

R = 31.33%
G = 35.8%
B = 32.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBE8D5 (or 0xCBE8D5) is known color: Granny Apple. HEX triplet: CB, E8 and D5. RGB value is (203,232,213). Sum of RGB (Red+Green+Blue) = 203+232+213=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8D5 is #34172A. Grayscale: #DDDDDD. Windows color (decimal): -3413803 or 14018763. OLE color: 14018763.

HSL color Cylindrical-coordinate representation of color #CBE8D5: hue angle of 140.69º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE8D5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 232 213 -
CMYK 0.12 0 0.08 0.09
HSL 140.69º 0.39% 0.85% -
HSV(B) 140.69º 0.13% 0.91% -
XYZ 65.5 75.21 74.02 -
YUV 221.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 203 232 213 0.12 0 0.08 0.09 140.69 0.39 0.85
Hex CB E8 D5 C 0 8 9 8D 27 55
Octal 313 350 325 14 0 10 11 215 47 125
Binary 11001011 11101000 11010101 1100 0 1000 1001 10001101 100111 1010101

Color Harmonies of #CBE8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE8D5

Black with #CBE8D5

Text Example


Text Example

White with #CBE8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE8D5; }

 p { color: rgb(203,232,213); }

 H1.HeaderClassName
 {
   color: #CBE8D5;
 }
 .AnyTagClassName
 {
   color: #CBE8D5;
 }
</style>

background-color css

<style>
 a { background-color: #CBE8D5; }

 a { background-color: rgb(203,232,213); }

 div.DivClassName
 {
   background-color: #CBE8D5;
 }
 .BgClassName
 {
   background-color: #CBE8D5;
 }
</style>

border-color css

<style>
 span { border-color: #CBE8D5; }

 span { border-color: rgb(203,232,213); }

 td.TdClassName
 {
   border-color: #CBE8D5;
 }
 .TagClassName
 {
   border-color: #CBE8D5;
 }
</style>