#C1DFED

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

Shades of Onahau #C1DFED

Tints of Onahau #C1DFED

Color information

#C1DFED (or 0xC1DFED) is unknown color: approx Onahau. HEX triplet: C1, DF and ED. RGB value is (193,223,237). Sum of RGB (Red+Green+Blue) = 193+223+237=653 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.56% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFED is #3E2012. Grayscale: #D7D7D7. Windows color (decimal): -4071443 or 15589313. OLE color: 15589313.

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

Color convert

RGB193223237-
CMYK0.190.0600.07
HSL199.09º55%84.31%-
HSV(B)199.09º18.57%92.94%-
XYZ63.6770.2390.32-
YUV215.63140.06111.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.56%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=29.56%
G=34.15%
B=36.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932232370.190.0600.07199.095584.31
HexC1DFED13607c73754
Octal3013373552360730767124
Binary110000011101111111101101100111100111110001111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DFED; }

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

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

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

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

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

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

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

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