#CCFBDF

Color #CCFBDF White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #CCFBDF

Tints of White Ice #CCFBDF

Color information

#CCFBDF (or 0xCCFBDF) is unknown color: approx White Ice. HEX triplet: CC, FB and DF. RGB value is (204,251,223). Sum of RGB (Red+Green+Blue) = 204+251+223=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBDF is #330420. Grayscale: #E9E9E9. Windows color (decimal): -3343393 or 14678988. OLE color: 14678988.

HSL color Cylindrical-coordinate representation of color #CCFBDF: hue angle of 144.26º 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 #CCFBDF is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB204251223-
CMYK0.1900.110.02
HSL144.26º85.45%89.22%-
HSV(B)144.26º18.73%98.43%-
XYZ72.7287.1682.8-
YUV233.75121.93106.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.09%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=30.09%
G=37.02%
B=32.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512230.1900.110.02144.2685.4589.22
HexCCFBDF130B2905559
Octal314373337230132220125131
Binary1100110011111011110111111001101011101001000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBDF; }

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

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

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

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

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

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

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

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