Html Css Color HEX #CBE4CD Granny Apple

📋 copy color: '#CBE4CD'

red 203 ◦ green 228 ◦ blue 205

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

Shades of Granny Apple #CBE4CD

Tints of Granny Apple #CBE4CD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.85%

 BLUE value IS 205 (80.47% from 255) = 32.23%

R = 31.92%
G = 35.85%
B = 32.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#CBE4CD (or 0xCBE4CD) is known color: Granny Apple. HEX triplet: CB, E4 and CD. RGB value is (203,228,205). Sum of RGB (Red+Green+Blue) = 203+228+205=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4CD is #341B32. Grayscale: #D9D9D9. Windows color (decimal): -3414835 or 13493451. OLE color: 13493451.

HSL color Cylindrical-coordinate representation of color #CBE4CD: hue angle of 124.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE4CD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 205 -
CMYK 0.11 0 0.10 0.11
HSL 124.8º 0.32% 0.85% -
HSV(B) 124.8º 0.11% 0.89% -
XYZ 63.39 72.59 68.43 -
YUV 217.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 203 228 205 0.11 0 0.10 0.11 124.8 0.32 0.85
Hex CB E4 CD B 0 A B 7D 20 55
Octal 313 344 315 13 0 12 13 175 40 125
Binary 11001011 11100100 11001101 1011 0 1010 1011 1111101 100000 1010101

Color Harmonies of #CBE4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4CD

Black with #CBE4CD

Text Example


Text Example

White with #CBE4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4CD; }

 p { color: rgb(203,228,205); }

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

background-color css

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

 a { background-color: rgb(203,228,205); }

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

border-color css

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

 span { border-color: rgb(203,228,205); }

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