#CFE6EA

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

Shades of Onahau #CFE6EA

Tints of Onahau #CFE6EA

Color information

#CFE6EA (or 0xCFE6EA) is unknown color: approx Onahau. HEX triplet: CF, E6 and EA. RGB value is (207,230,234). Sum of RGB (Red+Green+Blue) = 207+230+234=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6EA is #301915. Grayscale: #DFDFDF. Windows color (decimal): -3152150 or 15394511. OLE color: 15394511.

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

Color convert

RGB207230234-
CMYK0.120.0200.08
HSL188.89º39.13%86.47%-
HSV(B)188.89º11.54%91.76%-
XYZ68.8875.888.84-
YUV223.58133.88116.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=30.85%
G=34.28%
B=34.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072302340.120.0200.08188.8939.1386.47
HexCFE6EAC208bd2756
Octal31734635214201027547126
Binary11001111111001101110101011001001000101111011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6EA; }

 p { color: rgb(207,230,234); }

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

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

 a { background-color: rgb(207,230,234); }

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

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

 span { border-color: rgb(207,230,234); }

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