Html Css Color HEX #C5DADF Onahau

📋 copy color: '#C5DADF'

red 197 ◦ green 218 ◦ blue 223

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

Shades of Onahau #C5DADF

Tints of Onahau #C5DADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 30.88%
G = 34.17%
B = 34.95%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5DADF (or 0xC5DADF) is known color: Onahau. HEX triplet: C5, DA and DF. RGB value is (197,218,223). Sum of RGB (Red+Green+Blue) = 197+218+223=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DADF is #3A2520. Grayscale: #D4D4D4. Windows color (decimal): -3810593 or 14670533. OLE color: 14670533.

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

Color convert

RGB 197 218 223 -
CMYK 0.12 0.02 0 0.13
HSL 191.54º 0.29% 0.82% -
HSV(B) 191.54º 0.12% 0.87% -
XYZ 61.42 67.34 79.57 -
YUV 212.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 197 218 223 0.12 0.02 0 0.13 191.54 0.29 0.82
Hex C5 DA DF C 2 0 D C0 1D 52
Octal 305 332 337 14 2 0 15 300 35 122
Binary 11000101 11011010 11011111 1100 10 0 1101 11000000 11101 1010010

Color Harmonies of #C5DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DADF

Black with #C5DADF

Text Example


Text Example

White with #C5DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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