#CFEDF3

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

Shades of Onahau #CFEDF3

Tints of Onahau #CFEDF3

Color information

#CFEDF3 (or 0xCFEDF3) is unknown color: approx Onahau. HEX triplet: CF, ED and F3. RGB value is (207,237,243). Sum of RGB (Red+Green+Blue) = 207+237+243=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDF3 is #30120C. Grayscale: #E4E4E4. Windows color (decimal): -3150349 or 15986127. OLE color: 15986127.

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

Color convert

RGB207237243-
CMYK0.150.0200.05
HSL190º60%88.24%-
HSV(B)190º14.81%95.29%-
XYZ72.1980.396.49-
YUV228.71136.06112.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.13%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 243 (95.31% from 255) = 35.37%
R=30.13%
G=34.50%
B=35.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072372430.150.0200.051906088.24
HexCFEDF3F205be3c58
Octal3173553631720527674130
Binary1100111111101101111100111111100101101111101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDF3; }

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

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

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

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

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

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

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

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