#CBF3CC

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

Shades of Granny Apple #CBF3CC

Tints of Granny Apple #CBF3CC

Color information

#CBF3CC (or 0xCBF3CC) is unknown color: approx Granny Apple. HEX triplet: CB, F3 and CC. RGB value is (203,243,204). Sum of RGB (Red+Green+Blue) = 203+243+204=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF3CC is #340C33. Grayscale: #E2E2E2. Windows color (decimal): -3410996 or 13431755. OLE color: 13431755.

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

Color convert

RGB203243204-
CMYK0.1600.160.05
HSL121.5º62.5%87.45%-
HSV(B)121.5º16.46%95.29%-
XYZ67.5881.1669.23-
YUV226.59115.25111.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=31.23%
G=37.38%
B=31.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032432040.1600.160.05121.562.587.45
HexCBF3CC100105793e57
Octal31336331420020517176127
Binary1100101111110011110011001000001000010111110011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF3CC; }

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

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

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

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

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

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

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

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