Html Css Color HEX #CBE8D0 Granny Apple

📋 copy color: '#CBE8D0'

red 203 ◦ green 232 ◦ blue 208

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

Shades of Granny Apple #CBE8D0

Tints of Granny Apple #CBE8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.35%

R = 31.57%
G = 36.08%
B = 32.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#CBE8D0 (or 0xCBE8D0) is known color: Granny Apple. HEX triplet: CB, E8 and D0. RGB value is (203,232,208). Sum of RGB (Red+Green+Blue) = 203+232+208=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8D0 is #34172F. Grayscale: #DCDCDC. Windows color (decimal): -3413808 or 13691083. OLE color: 13691083.

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

Color convert

RGB 203 232 208 -
CMYK 0.12 0 0.10 0.09
HSL 130.34º 0.39% 0.85% -
HSV(B) 130.34º 0.13% 0.91% -
XYZ 64.87 74.96 70.72 -
YUV 220.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 203 232 208 0.12 0 0.10 0.09 130.34 0.39 0.85
Hex CB E8 D0 C 0 A 9 82 27 55
Octal 313 350 320 14 0 12 11 202 47 125
Binary 11001011 11101000 11010000 1100 0 1010 1001 10000010 100111 1010101

Color Harmonies of #CBE8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE8D0

Black with #CBE8D0

Text Example


Text Example

White with #CBE8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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