#CFDEE1

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

Shades of Onahau #CFDEE1

Tints of Onahau #CFDEE1

Color information

#CFDEE1 (or 0xCFDEE1) is unknown color: approx Onahau. HEX triplet: CF, DE and E1. RGB value is (207,222,225). Sum of RGB (Red+Green+Blue) = 207+222+225=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEE1 is #30211E. Grayscale: #D9D9D9. Windows color (decimal): -3154207 or 14802639. OLE color: 14802639.

HSL color Cylindrical-coordinate representation of color #CFDEE1: hue angle of 190º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDEE1 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207222225-
CMYK0.080.0100.12
HSL190º23.08%84.71%-
HSV(B)190º8%88.24%-
XYZ65.4470.9481.48-
YUV217.86132.03120.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=31.65%
G=33.94%
B=34.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072222250.080.0100.1219023.0884.71
HexCFDEE1810Cbe1755
Octal31733634110101427627125
Binary110011111101111011100001100010110010111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEE1; }

 p { color: rgb(207,222,225); }

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

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

 a { background-color: rgb(207,222,225); }

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

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

 span { border-color: rgb(207,222,225); }

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