Html Css Color HEX #C5DADE Onahau

📋 copy color: '#C5DADE'

red 197 ◦ green 218 ◦ blue 222

#C5DADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C5DADE

Tints of Onahau #C5DADE

RGB

 RED value IS 197 (77.34% from 255) = 30.93%

 GREEN value IS 218 (85.55% from 255) = 34.22%

 BLUE value IS 222 (87.11% from 255) = 34.85%

R = 30.93%
G = 34.22%
B = 34.85%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5DADE (or 0xC5DADE) is known color: Onahau. HEX triplet: C5, DA and DE. RGB value is (197,218,222). Sum of RGB (Red+Green+Blue) = 197+218+222=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DADE is #3A2521. Grayscale: #D4D4D4. Windows color (decimal): -3810594 or 14604997. OLE color: 14604997.

HSL color Cylindrical-coordinate representation of color #C5DADE: hue angle of 189.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DADE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 218 222 -
CMYK 0.11 0.02 0 0.13
HSL 189.6º 0.27% 0.82% -
HSV(B) 189.6º 0.11% 0.87% -
XYZ 61.28 67.29 78.87 -
YUV 212.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 197 218 222 0.11 0.02 0 0.13 189.6 0.27 0.82
Hex C5 DA DE B 2 0 D BE 1B 52
Octal 305 332 336 13 2 0 15 276 33 122
Binary 11000101 11011010 11011110 1011 10 0 1101 10111110 11011 1010010

Color Harmonies of #C5DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DADE

Black with #C5DADE

Text Example


Text Example

White with #C5DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DADE; }

 p { color: rgb(197,218,222); }

 H1.HeaderClassName
 {
   color: #C5DADE;
 }
 .AnyTagClassName
 {
   color: #C5DADE;
 }
</style>

background-color css

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

 a { background-color: rgb(197,218,222); }

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

border-color css

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

 span { border-color: rgb(197,218,222); }

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