Html Css Color HEX #CBF0CC Granny Apple

📋 copy color: '#CBF0CC'

red 203 ◦ green 240 ◦ blue 204

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

Shades of Granny Apple #CBF0CC

Tints of Granny Apple #CBF0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.09%

 BLUE value IS 204 (80.08% from 255) = 31.53%

R = 31.38%
G = 37.09%
B = 31.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#CBF0CC (or 0xCBF0CC) is known color: Granny Apple. HEX triplet: CB, F0 and CC. RGB value is (203,240,204). Sum of RGB (Red+Green+Blue) = 203+240+204=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0CC is #340F33. Grayscale: #E0E0E0. Windows color (decimal): -3411764 or 13430987. OLE color: 13430987.

HSL color Cylindrical-coordinate representation of color #CBF0CC: hue angle of 121.62º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBF0CC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 204 -
CMYK 0.15 0 0.15 0.06
HSL 121.62º 0.55% 0.87% -
HSV(B) 121.62º 0.15% 0.94% -
XYZ 66.69 79.38 68.93 -
YUV 224.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 203 240 204 0.15 0 0.15 0.06 121.62 0.55 0.87
Hex CB F0 CC F 0 F 6 7A 37 57
Octal 313 360 314 17 0 17 6 172 67 127
Binary 11001011 11110000 11001100 1111 0 1111 110 1111010 110111 1010111

Color Harmonies of #CBF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF0CC

Black with #CBF0CC

Text Example


Text Example

White with #CBF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF0CC; }

 p { color: rgb(203,240,204); }

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

background-color css

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

 a { background-color: rgb(203,240,204); }

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

border-color css

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

 span { border-color: rgb(203,240,204); }

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