Html Css Color HEX #C5D7DE Onahau

📋 copy color: '#C5D7DE'

red 197 ◦ green 215 ◦ blue 222

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

Shades of Onahau #C5D7DE

Tints of Onahau #C5D7DE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.91%

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

R = 31.07%
G = 33.91%
B = 35.02%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5D7DE (or 0xC5D7DE) is known color: Onahau. HEX triplet: C5, D7 and DE. RGB value is (197,215,222). Sum of RGB (Red+Green+Blue) = 197+215+222=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5D7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7DE is #3A2821. Grayscale: #D2D2D2. Windows color (decimal): -3811362 or 14604229. OLE color: 14604229.

HSL color Cylindrical-coordinate representation of color #C5D7DE: hue angle of 196.8º 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 #C5D7DE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 215 222 -
CMYK 0.11 0.03 0 0.13
HSL 196.8º 0.27% 0.82% -
HSV(B) 196.8º 0.11% 0.87% -
XYZ 60.51 65.75 78.61 -
YUV 210.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 197 215 222 0.11 0.03 0 0.13 196.8 0.27 0.82
Hex C5 D7 DE B 3 0 D C5 1B 52
Octal 305 327 336 13 3 0 15 305 33 122
Binary 11000101 11010111 11011110 1011 11 0 1101 11000101 11011 1010010

Color Harmonies of #C5D7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D7DE

Black with #C5D7DE

Text Example


Text Example

White with #C5D7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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