Html Css Color HEX #CCFBE4 White Ice

📋 copy color: '#CCFBE4'

red 204 ◦ green 251 ◦ blue 228

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

Shades of White Ice #CCFBE4

Tints of White Ice #CCFBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.38%

R = 29.87%
G = 36.75%
B = 33.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#CCFBE4 (or 0xCCFBE4) is known color: White Ice. HEX triplet: CC, FB and E4. RGB value is (204,251,228). Sum of RGB (Red+Green+Blue) = 204+251+228=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBE4 is #33041B. Grayscale: #EAEAEA. Windows color (decimal): -3343388 or 15006668. OLE color: 15006668.

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

Color convert

RGB 204 251 228 -
CMYK 0.19 0 0.09 0.02
HSL 150.64º 0.85% 0.89% -
HSV(B) 150.64º 0.19% 0.98% -
XYZ 73.4 87.43 86.41 -
YUV 234.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 204 251 228 0.19 0 0.09 0.02 150.64 0.85 0.89
Hex CC FB E4 13 0 9 2 97 55 59
Octal 314 373 344 23 0 11 2 227 125 131
Binary 11001100 11111011 11100100 10011 0 1001 10 10010111 1010101 1011001

Color Harmonies of #CCFBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBE4

Black with #CCFBE4

Text Example


Text Example

White with #CCFBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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