Html Css Color HEX #CBE8D4 Granny Apple

📋 copy color: '#CBE8D4'

red 203 ◦ green 232 ◦ blue 212

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

Shades of Granny Apple #CBE8D4

Tints of Granny Apple #CBE8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.77%

R = 31.38%
G = 35.86%
B = 32.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#CBE8D4 (or 0xCBE8D4) is known color: Granny Apple. HEX triplet: CB, E8 and D4. RGB value is (203,232,212). Sum of RGB (Red+Green+Blue) = 203+232+212=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8D4 is #34172B. Grayscale: #DDDDDD. Windows color (decimal): -3413804 or 13953227. OLE color: 13953227.

HSL color Cylindrical-coordinate representation of color #CBE8D4: hue angle of 138.62º 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 #CBE8D4 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 232 212 -
CMYK 0.12 0 0.09 0.09
HSL 138.62º 0.39% 0.85% -
HSV(B) 138.62º 0.13% 0.91% -
XYZ 65.37 75.16 73.35 -
YUV 221.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 203 232 212 0.12 0 0.09 0.09 138.62 0.39 0.85
Hex CB E8 D4 C 0 9 9 8B 27 55
Octal 313 350 324 14 0 11 11 213 47 125
Binary 11001011 11101000 11010100 1100 0 1001 1001 10001011 100111 1010101

Color Harmonies of #CBE8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE8D4

Black with #CBE8D4

Text Example


Text Example

White with #CBE8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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