#CDECF2

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

Shades of Onahau #CDECF2

Tints of Onahau #CDECF2

Color information

#CDECF2 (or 0xCDECF2) is unknown color: approx Onahau. HEX triplet: CD, EC and F2. RGB value is (205,236,242). Sum of RGB (Red+Green+Blue) = 205+236+242=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECF2 is #32130D. Grayscale: #E3E3E3. Windows color (decimal): -3281678 or 15920333. OLE color: 15920333.

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

Color convert

RGB205236242-
CMYK0.150.0200.05
HSL189.73º58.73%87.65%-
HSV(B)189.73º15.29%94.9%-
XYZ71.279.3895.57-
YUV227.41136.23112.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.01%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 242 (94.92% from 255) = 35.43%
R=30.01%
G=34.55%
B=35.43%

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
Decimal2052362420.150.0200.05189.7358.7387.65
HexCDECF2F205be3b58
Octal3153543621720527673130
Binary1100110111101100111100101111100101101111101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECF2; }

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

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

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

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

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

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

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

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