#CBF3CF

Color #CBF3CF Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CBF3CF

Tints of Granny Apple #CBF3CF

Color information

#CBF3CF (or 0xCBF3CF) is unknown color: approx Granny Apple. HEX triplet: CB, F3 and CF. RGB value is (203,243,207). Sum of RGB (Red+Green+Blue) = 203+243+207=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF3CF is #340C30. Grayscale: #E3E3E3. Windows color (decimal): -3410993 or 13628363. OLE color: 13628363.

HSL color Cylindrical-coordinate representation of color #CBF3CF: hue angle of 126º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF3CF is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB203243207-
CMYK0.1600.150.05
HSL126º62.5%87.45%-
HSV(B)126º16.46%95.29%-
XYZ67.9481.371.14-
YUV226.94116.75110.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=31.09%
G=37.21%
B=31.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032432070.1600.150.0512662.587.45
HexCBF3CF100F57e3e57
Octal31336331720017517676127
Binary110010111111001111001111100000111110111111101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF3CF; }

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

 H1.HeaderClassName
 {
   color: #CBF3CF;
 }
 .AnyTagClassName
 {
   color: #CBF3CF;
 }
</style>
background-color css

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

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

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

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

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

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