Html Css Color HEX #CCFBE2 White Ice

📋 copy color: '#CCFBE2'

red 204 ◦ green 251 ◦ blue 226

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

Shades of White Ice #CCFBE2

Tints of White Ice #CCFBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.19%

R = 29.96%
G = 36.86%
B = 33.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#CCFBE2 (or 0xCCFBE2) is known color: White Ice. HEX triplet: CC, FB and E2. RGB value is (204,251,226). Sum of RGB (Red+Green+Blue) = 204+251+226=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBE2 is #33041D. Grayscale: #EAEAEA. Windows color (decimal): -3343390 or 14875596. OLE color: 14875596.

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

Color convert

RGB 204 251 226 -
CMYK 0.19 0 0.10 0.02
HSL 148.09º 0.85% 0.89% -
HSV(B) 148.09º 0.19% 0.98% -
XYZ 73.13 87.32 84.95 -
YUV 234.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 204 251 226 0.19 0 0.10 0.02 148.09 0.85 0.89
Hex CC FB E2 13 0 A 2 94 55 59
Octal 314 373 342 23 0 12 2 224 125 131
Binary 11001100 11111011 11100010 10011 0 1010 10 10010100 1010101 1011001

Color Harmonies of #CCFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBE2

Black with #CCFBE2

Text Example


Text Example

White with #CCFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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