#CFECF2

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

Shades of Onahau #CFECF2

Tints of Onahau #CFECF2

Color information

#CFECF2 (or 0xCFECF2) is unknown color: approx Onahau. HEX triplet: CF, EC and F2. RGB value is (207,236,242). Sum of RGB (Red+Green+Blue) = 207+236+242=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECF2 is #30130D. Grayscale: #E3E3E3. Windows color (decimal): -3150606 or 15920335. OLE color: 15920335.

HSL color Cylindrical-coordinate representation of color #CFECF2: hue angle of 190.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFECF2 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207236242-
CMYK0.140.0200.05
HSL190.29º57.38%88.04%-
HSV(B)190.29º14.46%94.9%-
XYZ71.7579.6795.6-
YUV228.01135.89113.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 242 (94.92% from 255) = 35.33%
R=30.22%
G=34.45%
B=35.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072362420.140.0200.05190.2957.3888.04
HexCFECF2E205be3958
Octal3173543621620527671130
Binary1100111111101100111100101110100101101111101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECF2; }

 p { color: rgb(207,236,242); }

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

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

 a { background-color: rgb(207,236,242); }

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

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

 span { border-color: rgb(207,236,242); }

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