#CBECE4

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

Shades of Jagged Ice #CBECE4

Tints of Jagged Ice #CBECE4

Color information

#CBECE4 (or 0xCBECE4) is unknown color: approx Jagged Ice. HEX triplet: CB, EC and E4. RGB value is (203,236,228). Sum of RGB (Red+Green+Blue) = 203+236+228=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECE4 is #34131B. Grayscale: #E1E1E1. Windows color (decimal): -3412764 or 15002827. OLE color: 15002827.

HSL color Cylindrical-coordinate representation of color #CBECE4: hue angle of 165.45º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECE4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB203236228-
CMYK0.1400.030.07
HSL165.45º46.48%86.08%-
HSV(B)165.45º13.98%92.55%-
XYZ68.6378.2984.89-
YUV225.22129.57112.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=30.43%
G=35.38%
B=34.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362280.1400.030.07165.4546.4886.08
HexCBECE4E037a52e56
Octal3133543441603724556126
Binary1100101111101100111001001110011111101001011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECE4; }

 p { color: rgb(203,236,228); }

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

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

 a { background-color: rgb(203,236,228); }

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

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

 span { border-color: rgb(203,236,228); }

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