#CBF9DF

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

Shades of White Ice #CBF9DF

Tints of White Ice #CBF9DF

Color information

#CBF9DF (or 0xCBF9DF) is unknown color: approx White Ice. HEX triplet: CB, F9 and DF. RGB value is (203,249,223). Sum of RGB (Red+Green+Blue) = 203+249+223=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9DF is #340620. Grayscale: #E8E8E8. Windows color (decimal): -3409441 or 14678475. OLE color: 14678475.

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

Color convert

RGB203249223-
CMYK0.1800.100.02
HSL146.09º79.31%88.63%-
HSV(B)146.09º18.47%97.65%-
XYZ71.8285.7882.58-
YUV232.28122.76107.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 249 (97.66% from 255) = 36.89%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=30.07%
G=36.89%
B=33.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032492230.1800.100.02146.0979.3188.63
HexCBF9DF120A2924f59
Octal313371337220122222117131
Binary1100101111111001110111111001001010101001001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9DF; }

 p { color: rgb(203,249,223); }

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

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

 a { background-color: rgb(203,249,223); }

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

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

 span { border-color: rgb(203,249,223); }

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