#CDF2F8

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

Shades of Onahau #CDF2F8

Tints of Onahau #CDF2F8

Color information

#CDF2F8 (or 0xCDF2F8) is unknown color: approx Onahau. HEX triplet: CD, F2 and F8. RGB value is (205,242,248). Sum of RGB (Red+Green+Blue) = 205+242+248=695 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.50% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDF2F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2F8 is #320D07. Grayscale: #E7E7E7. Windows color (decimal): -3280136 or 16315085. OLE color: 16315085.

HSL color Cylindrical-coordinate representation of color #CDF2F8: hue angle of 188.37º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF2F8 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205242248-
CMYK0.170.0200.03
HSL188.37º75.44%88.82%-
HSV(B)188.37º17.34%97.25%-
XYZ73.8783.26100.98-
YUV231.62137.24109.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.50%
GREEN value IS 242 (94.92% from 255) = 34.82%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=29.50%
G=34.82%
B=35.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052422480.170.0200.03188.3775.4488.82
HexCDF2F811203bc4b59
Octal31536237021203274113131
Binary11001101111100101111100010001100111011110010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2F8; }

 p { color: rgb(205,242,248); }

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

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

 a { background-color: rgb(205,242,248); }

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

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

 span { border-color: rgb(205,242,248); }

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