Html Css Color HEX #CCFBDE White Ice

📋 copy color: '#CCFBDE'

red 204 ◦ green 251 ◦ blue 222

#CCFBDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #CCFBDE

Tints of White Ice #CCFBDE

RGB

 RED value IS 204 (80.08% from 255) = 30.13%

 GREEN value IS 251 (98.44% from 255) = 37.08%

 BLUE value IS 222 (87.11% from 255) = 32.79%

R = 30.13%
G = 37.08%
B = 32.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#CCFBDE (or 0xCCFBDE) is known color: White Ice. HEX triplet: CC, FB and DE. RGB value is (204,251,222). Sum of RGB (Red+Green+Blue) = 204+251+222=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBDE is #330421. Grayscale: #E9E9E9. Windows color (decimal): -3343394 or 14613452. OLE color: 14613452.

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

Color convert

RGB 204 251 222 -
CMYK 0.19 0 0.12 0.02
HSL 142.98º 0.85% 0.89% -
HSV(B) 142.98º 0.19% 0.98% -
XYZ 72.58 87.11 82.09 -
YUV 233.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 204 251 222 0.19 0 0.12 0.02 142.98 0.85 0.89
Hex CC FB DE 13 0 C 2 8F 55 59
Octal 314 373 336 23 0 14 2 217 125 131
Binary 11001100 11111011 11011110 10011 0 1100 10 10001111 1010101 1011001

Color Harmonies of #CCFBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBDE

Black with #CCFBDE

Text Example


Text Example

White with #CCFBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBDE; }

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

 H1.HeaderClassName
 {
   color: #CCFBDE;
 }
 .AnyTagClassName
 {
   color: #CCFBDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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