#C3DDE4

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

Shades of Onahau #C3DDE4

Tints of Onahau #C3DDE4

Color information

#C3DDE4 (or 0xC3DDE4) is unknown color: approx Onahau. HEX triplet: C3, DD and E4. RGB value is (195,221,228). Sum of RGB (Red+Green+Blue) = 195+221+228=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: blue. Hex color #C3DDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDE4 is #3C221B. Grayscale: #D5D5D5. Windows color (decimal): -3940892 or 14998979. OLE color: 14998979.

HSL color Cylindrical-coordinate representation of color #C3DDE4: hue angle of 192.73º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3DDE4 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195221228-
CMYK0.140.0300.11
HSL192.73º37.93%82.94%-
HSV(B)192.73º14.47%89.41%-
XYZ62.3768.9283.41-
YUV214.02135.89114.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.28%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 228 (89.45% from 255) = 35.40%
R=30.28%
G=34.32%
B=35.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1952212280.140.0300.11192.7337.9382.94
HexC3DDE4E30Bc12653
Octal30333534416301330146123
Binary11000011110111011110010011101101011110000011001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDE4; }

 p { color: rgb(195,221,228); }

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

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

 a { background-color: rgb(195,221,228); }

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

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

 span { border-color: rgb(195,221,228); }

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