#CBECE6

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

Shades of Jagged Ice #CBECE6

Tints of Jagged Ice #CBECE6

Color information

#CBECE6 (or 0xCBECE6) is unknown color: approx Jagged Ice. HEX triplet: CB, EC and E6. RGB value is (203,236,230). Sum of RGB (Red+Green+Blue) = 203+236+230=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECE6 is #341319. Grayscale: #E1E1E1. Windows color (decimal): -3412762 or 15133899. OLE color: 15133899.

HSL color Cylindrical-coordinate representation of color #CBECE6: hue angle of 169.09º 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 #CBECE6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB203236230-
CMYK0.1400.030.07
HSL169.09º46.48%86.08%-
HSV(B)169.09º13.98%92.55%-
XYZ68.9178.486.36-
YUV225.45130.57111.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.34%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=30.34%
G=35.28%
B=34.38%

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
Decimal2032362300.1400.030.07169.0946.4886.08
HexCBECE6E037a92e56
Octal3133543461603725156126
Binary1100101111101100111001101110011111101010011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECE6; }

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

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

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

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

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

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

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

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