#C1DFEA

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

Shades of Onahau #C1DFEA

Tints of Onahau #C1DFEA

Color information

#C1DFEA (or 0xC1DFEA) is unknown color: approx Onahau. HEX triplet: C1, DF and EA. RGB value is (193,223,234). Sum of RGB (Red+Green+Blue) = 193+223+234=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFEA is #3E2015. Grayscale: #D7D7D7. Windows color (decimal): -4071446 or 15392705. OLE color: 15392705.

HSL color Cylindrical-coordinate representation of color #C1DFEA: hue angle of 196.1º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1DFEA is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193223234-
CMYK0.180.0500.08
HSL196.1º49.4%83.73%-
HSV(B)196.1º17.52%91.76%-
XYZ63.2370.0588.03-
YUV215.28138.56112.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.69%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 234 (91.80% from 255) = 36%
R=29.69%
G=34.31%
B=36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932232340.180.0500.08196.149.483.73
HexC1DFEA12508c43154
Octal30133735222501030461124
Binary1100000111011111111010101001010101000110001001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DFEA; }

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

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

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

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

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

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

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

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