#CDEDF3

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

Shades of Onahau #CDEDF3

Tints of Onahau #CDEDF3

Color information

#CDEDF3 (or 0xCDEDF3) is unknown color: approx Onahau. HEX triplet: CD, ED and F3. RGB value is (205,237,243). Sum of RGB (Red+Green+Blue) = 205+237+243=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDF3 is #32120C. Grayscale: #E4E4E4. Windows color (decimal): -3281421 or 15986125. OLE color: 15986125.

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

Color convert

RGB205237243-
CMYK0.160.0200.05
HSL189.47º61.29%87.84%-
HSV(B)189.47º15.64%95.29%-
XYZ71.6480.0296.46-
YUV228.12136.4111.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.93%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 243 (95.31% from 255) = 35.47%
R=29.93%
G=34.60%
B=35.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052372430.160.0200.05189.4761.2987.84
HexCDEDF310205bd3d58
Octal3153553632020527575130
Binary11001101111011011111001110000100101101111011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDF3; }

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

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

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

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

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

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

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

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