#CFE7ED

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

Shades of Onahau #CFE7ED

Tints of Onahau #CFE7ED

Color information

#CFE7ED (or 0xCFE7ED) is unknown color: approx Onahau. HEX triplet: CF, E7 and ED. RGB value is (207,231,237). Sum of RGB (Red+Green+Blue) = 207+231+237=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 231 (90.62% from 255 or 34.22% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7ED is #301812. Grayscale: #E0E0E0. Windows color (decimal): -3151891 or 15591375. OLE color: 15591375.

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

Color convert

RGB207231237-
CMYK0.130.0300.07
HSL192º45.45%87.06%-
HSV(B)192º12.66%92.94%-
XYZ69.5976.5391.22-
YUV224.51135.05115.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.67%
GREEN value IS 231 (90.62% from 255) = 34.22%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=30.67%
G=34.22%
B=35.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072312370.130.0300.0719245.4587.06
HexCFE7EDD307c02d57
Octal3173473551530730055127
Binary1100111111100111111011011101110111110000001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7ED; }

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

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

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

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

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

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

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

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