#C1DEEC

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

Shades of Onahau #C1DEEC

Tints of Onahau #C1DEEC

Color information

#C1DEEC (or 0xC1DEEC) is unknown color: approx Onahau. HEX triplet: C1, DE and EC. RGB value is (193,222,236). Sum of RGB (Red+Green+Blue) = 193+222+236=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DEEC is #3E2113. Grayscale: #D6D6D6. Windows color (decimal): -4071700 or 15523521. OLE color: 15523521.

HSL color Cylindrical-coordinate representation of color #C1DEEC: hue angle of 199.53º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1DEEC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193222236-
CMYK0.180.0600.07
HSL199.53º53.09%84.12%-
HSV(B)199.53º18.22%92.55%-
XYZ63.2569.6489.46-
YUV214.92139.89112.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.65%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=29.65%
G=34.10%
B=36.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932222360.180.0600.07199.5353.0984.12
HexC1DEEC12607c83554
Octal3013363542260731065124
Binary110000011101111011101100100101100111110010001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DEEC; }

 p { color: rgb(193,222,236); }

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

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

 a { background-color: rgb(193,222,236); }

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

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

 span { border-color: rgb(193,222,236); }

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