Html Css Color HEX #CBE4CF Granny Apple

📋 copy color: '#CBE4CF'

red 203 ◦ green 228 ◦ blue 207

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

Shades of Granny Apple #CBE4CF

Tints of Granny Apple #CBE4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.45%

R = 31.82%
G = 35.74%
B = 32.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#CBE4CF (or 0xCBE4CF) is known color: Granny Apple. HEX triplet: CB, E4 and CF. RGB value is (203,228,207). Sum of RGB (Red+Green+Blue) = 203+228+207=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4CF is #341B30. Grayscale: #DADADA. Windows color (decimal): -3414833 or 13624523. OLE color: 13624523.

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

Color convert

RGB 203 228 207 -
CMYK 0.11 0 0.09 0.11
HSL 129.6º 0.32% 0.85% -
HSV(B) 129.6º 0.11% 0.89% -
XYZ 63.63 72.69 69.71 -
YUV 218.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 203 228 207 0.11 0 0.09 0.11 129.6 0.32 0.85
Hex CB E4 CF B 0 9 B 82 20 55
Octal 313 344 317 13 0 11 13 202 40 125
Binary 11001011 11100100 11001111 1011 0 1001 1011 10000010 100000 1010101

Color Harmonies of #CBE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4CF

Black with #CBE4CF

Text Example


Text Example

White with #CBE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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