Html Css Color HEX #C6DCDF Onahau

📋 copy color: '#C6DCDF'

red 198 ◦ green 220 ◦ blue 223

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

Shades of Onahau #C6DCDF

Tints of Onahau #C6DCDF

RGB

 RED value IS 198 (77.73% from 255) = 30.89%

 GREEN value IS 220 (86.33% from 255) = 34.32%

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

R = 30.89%
G = 34.32%
B = 34.79%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6DCDF (or 0xC6DCDF) is known color: Onahau. HEX triplet: C6, DC and DF. RGB value is (198,220,223). Sum of RGB (Red+Green+Blue) = 198+220+223=641 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.89% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCDF is #392320. Grayscale: #D5D5D5. Windows color (decimal): -3744545 or 14671046. OLE color: 14671046.

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

Color convert

RGB 198 220 223 -
CMYK 0.11 0.01 0 0.13
HSL 187.2º 0.28% 0.83% -
HSV(B) 187.2º 0.11% 0.87% -
XYZ 62.2 68.52 79.76 -
YUV 213.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 198 220 223 0.11 0.01 0 0.13 187.2 0.28 0.83
Hex C6 DC DF B 1 0 D BB 1C 53
Octal 306 334 337 13 1 0 15 273 34 123
Binary 11000110 11011100 11011111 1011 1 0 1101 10111011 11100 1010011

Color Harmonies of #C6DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCDF

Black with #C6DCDF

Text Example


Text Example

White with #C6DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCDF; }

 p { color: rgb(198,220,223); }

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

background-color css

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

 a { background-color: rgb(198,220,223); }

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

border-color css

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

 span { border-color: rgb(198,220,223); }

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