#CBF1CE

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

Shades of Granny Apple #CBF1CE

Tints of Granny Apple #CBF1CE

Color information

#CBF1CE (or 0xCBF1CE) is unknown color: approx Granny Apple. HEX triplet: CB, F1 and CE. RGB value is (203,241,206). Sum of RGB (Red+Green+Blue) = 203+241+206=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1CE is #340E31. Grayscale: #E1E1E1. Windows color (decimal): -3411506 or 13562315. OLE color: 13562315.

HSL color Cylindrical-coordinate representation of color #CBF1CE: hue angle of 124.74º degrees, saturation: 0.58, 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 #CBF1CE is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB203241206-
CMYK0.1600.150.05
HSL124.74º57.58%87.06%-
HSV(B)124.74º15.77%94.51%-
XYZ67.2280.0670.3-
YUV225.65116.91111.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=31.23%
G=37.08%
B=31.69%

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
Decimal2032412060.1600.150.05124.7457.5887.06
HexCBF1CE100F57d3a57
Octal31336131620017517572127
Binary110010111111000111001110100000111110111111011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1CE; }

 p { color: rgb(203,241,206); }

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

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

 a { background-color: rgb(203,241,206); }

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

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

 span { border-color: rgb(203,241,206); }

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