#C1DFEC

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

Shades of Onahau #C1DFEC

Tints of Onahau #C1DFEC

Color information

#C1DFEC (or 0xC1DFEC) is unknown color: approx Onahau. HEX triplet: C1, DF and EC. RGB value is (193,223,236). Sum of RGB (Red+Green+Blue) = 193+223+236=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFEC is #3E2013. Grayscale: #D7D7D7. Windows color (decimal): -4071444 or 15523777. OLE color: 15523777.

HSL color Cylindrical-coordinate representation of color #C1DFEC: hue angle of 198.14º 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 #C1DFEC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193223236-
CMYK0.180.0600.07
HSL198.14º53.09%84.12%-
HSV(B)198.14º18.22%92.55%-
XYZ63.5270.1789.55-
YUV215.51139.56111.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.60%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=29.60%
G=34.20%
B=36.20%

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
Decimal1932232360.180.0600.07198.1453.0984.12
HexC1DFEC12607c63554
Octal3013373542260730665124
Binary110000011101111111101100100101100111110001101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DFEC; }

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

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

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

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

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

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

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

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