#CDF1F7

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

Shades of Onahau #CDF1F7

Tints of Onahau #CDF1F7

Color information

#CDF1F7 (or 0xCDF1F7) is unknown color: approx Onahau. HEX triplet: CD, F1 and F7. RGB value is (205,241,247). Sum of RGB (Red+Green+Blue) = 205+241+247=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDF1F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF1F7 is #320E08. Grayscale: #E6E6E6. Windows color (decimal): -3280393 or 16249293. OLE color: 16249293.

HSL color Cylindrical-coordinate representation of color #CDF1F7: hue angle of 188.57º degrees, saturation: 0.72, 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 #CDF1F7 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205241247-
CMYK0.170.0200.03
HSL188.57º72.41%88.63%-
HSV(B)188.57º17%96.86%-
XYZ73.4282.61100.07-
YUV230.92137.07109.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.58%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 247 (96.88% from 255) = 35.64%
R=29.58%
G=34.78%
B=35.64%

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
Decimal2052412470.170.0200.03188.5772.4188.63
HexCDF1F711203bd4859
Octal31536136721203275110131
Binary11001101111100011111011110001100111011110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF1F7; }

 p { color: rgb(205,241,247); }

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

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

 a { background-color: rgb(205,241,247); }

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

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

 span { border-color: rgb(205,241,247); }

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