#CDEFF7

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

Shades of Onahau #CDEFF7

Tints of Onahau #CDEFF7

Color information

#CDEFF7 (or 0xCDEFF7) is unknown color: approx Onahau. HEX triplet: CD, EF and F7. RGB value is (205,239,247). Sum of RGB (Red+Green+Blue) = 205+239+247=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDEFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFF7 is #321008. Grayscale: #E5E5E5. Windows color (decimal): -3280905 or 16248781. OLE color: 16248781.

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

Color convert

RGB205239247-
CMYK0.170.0300.03
HSL191.43º72.41%88.63%-
HSV(B)191.43º17%96.86%-
XYZ72.8381.4399.87-
YUV229.75137.74110.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.67%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 247 (96.88% from 255) = 35.75%
R=29.67%
G=34.59%
B=35.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052392470.170.0300.03191.4372.4188.63
HexCDEFF711303bf4859
Octal31535736721303277110131
Binary11001101111011111111011110001110111011111110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFF7; }

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

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

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

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

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

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

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

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