#CCFBD0

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

Shades of Granny Apple #CCFBD0

Tints of Granny Apple #CCFBD0

Color information

#CCFBD0 (or 0xCCFBD0) is unknown color: approx Granny Apple. HEX triplet: CC, FB and D0. RGB value is (204,251,208). Sum of RGB (Red+Green+Blue) = 204+251+208=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBD0 is #33042F. Grayscale: #E8E8E8. Windows color (decimal): -3343408 or 13695948. OLE color: 13695948.

HSL color Cylindrical-coordinate representation of color #CCFBD0: hue angle of 125.11º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBD0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB204251208-
CMYK0.1900.170.02
HSL125.11º85.45%89.22%-
HSV(B)125.11º18.73%98.43%-
XYZ70.7886.3972.62-
YUV232.04114.43108-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 208 (81.64% from 255) = 31.37%
R=30.77%
G=37.86%
B=31.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512080.1900.170.02125.1185.4589.22
HexCCFBD01301127d5559
Octal314373320230212175125131
Binary1100110011111011110100001001101000110111110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBD0; }

 p { color: rgb(204,251,208); }

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

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

 a { background-color: rgb(204,251,208); }

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

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

 span { border-color: rgb(204,251,208); }

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