#CDEBF1

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

Shades of Onahau #CDEBF1

Tints of Onahau #CDEBF1

Color information

#CDEBF1 (or 0xCDEBF1) is unknown color: approx Onahau. HEX triplet: CD, EB and F1. RGB value is (205,235,241). Sum of RGB (Red+Green+Blue) = 205+235+241=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBF1 is #32140E. Grayscale: #E2E2E2. Windows color (decimal): -3281935 or 15854541. OLE color: 15854541.

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

Color convert

RGB205235241-
CMYK0.150.0200.05
HSL190º56.25%87.45%-
HSV(B)190º14.94%94.51%-
XYZ70.7678.7594.69-
YUV226.71136.06112.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.10%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=30.10%
G=34.51%
B=35.39%

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
Decimal2052352410.150.0200.0519056.2587.45
HexCDEBF1F205be3857
Octal3153533611720527670127
Binary1100110111101011111100011111100101101111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBF1; }

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

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

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

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

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

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

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

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