#CFEBE5

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

Shades of Jagged Ice #CFEBE5

Tints of Jagged Ice #CFEBE5

Color information

#CFEBE5 (or 0xCFEBE5) is unknown color: approx Jagged Ice. HEX triplet: CF, EB and E5. RGB value is (207,235,229). Sum of RGB (Red+Green+Blue) = 207+235+229=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBE5 is #30141A. Grayscale: #E1E1E1. Windows color (decimal): -3150875 or 15068111. OLE color: 15068111.

HSL color Cylindrical-coordinate representation of color #CFEBE5: hue angle of 167.14º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBE5 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB207235229-
CMYK0.1200.030.08
HSL167.14º41.18%86.67%-
HSV(B)167.14º11.91%92.16%-
XYZ69.5878.3485.58-
YUV225.94129.72114.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=30.85%
G=35.02%
B=34.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072352290.1200.030.08167.1441.1886.67
HexCFEBE5C038a72957
Octal31735334514031024751127
Binary11001111111010111110010111000111000101001111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBE5; }

 p { color: rgb(207,235,229); }

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

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

 a { background-color: rgb(207,235,229); }

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

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

 span { border-color: rgb(207,235,229); }

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