Html Css Color HEX #CBE0CD Granny Apple

📋 copy color: '#CBE0CD'

red 203 ◦ green 224 ◦ blue 205

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

Shades of Granny Apple #CBE0CD

Tints of Granny Apple #CBE0CD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.44%

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

R = 32.12%
G = 35.44%
B = 32.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#CBE0CD (or 0xCBE0CD) is known color: Granny Apple. HEX triplet: CB, E0 and CD. RGB value is (203,224,205). Sum of RGB (Red+Green+Blue) = 203+224+205=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0CD is #341F32. Grayscale: #D7D7D7. Windows color (decimal): -3415859 or 13492427. OLE color: 13492427.

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

Color convert

RGB 203 224 205 -
CMYK 0.09 0 0.08 0.12
HSL 125.71º 0.25% 0.84% -
HSV(B) 125.71º 0.09% 0.88% -
XYZ 62.3 70.42 68.07 -
YUV 215.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 203 224 205 0.09 0 0.08 0.12 125.71 0.25 0.84
Hex CB E0 CD 9 0 8 C 7E 19 54
Octal 313 340 315 11 0 10 14 176 31 124
Binary 11001011 11100000 11001101 1001 0 1000 1100 1111110 11001 1010100

Color Harmonies of #CBE0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE0CD

Black with #CBE0CD

Text Example


Text Example

White with #CBE0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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