#CBEDE7

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

Shades of Jagged Ice #CBEDE7

Tints of Jagged Ice #CBEDE7

Color information

#CBEDE7 (or 0xCBEDE7) is unknown color: approx Jagged Ice. HEX triplet: CB, ED and E7. RGB value is (203,237,231). Sum of RGB (Red+Green+Blue) = 203+237+231=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDE7 is #341218. Grayscale: #E2E2E2. Windows color (decimal): -3412505 or 15199691. OLE color: 15199691.

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

Color convert

RGB203237231-
CMYK0.1400.030.07
HSL169.41º48.57%86.27%-
HSV(B)169.41º14.35%92.94%-
XYZ69.3479.0387.2-
YUV226.15130.74111.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.25%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=30.25%
G=35.32%
B=34.43%

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
Decimal2032372310.1400.030.07169.4148.5786.27
HexCBEDE7E037a93156
Octal3133553471603725161126
Binary1100101111101101111001111110011111101010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDE7; }

 p { color: rgb(203,237,231); }

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

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

 a { background-color: rgb(203,237,231); }

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

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

 span { border-color: rgb(203,237,231); }

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