Html Css Color HEX #C4DCED Pattens Blue

📋 copy color: '#C4DCED'

red 196 ◦ green 220 ◦ blue 237

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

Shades of Pattens Blue #C4DCED

Tints of Pattens Blue #C4DCED

RGB

 RED value IS 196 (76.95% from 255) = 30.02%

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

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 30.02%
G = 33.69%
B = 36.29%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4DCED (or 0xC4DCED) is known color: Pattens Blue. HEX triplet: C4, DC and ED. RGB value is (196,220,237). Sum of RGB (Red+Green+Blue) = 196+220+237=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCED is #3B2312. Grayscale: #D6D6D6. Windows color (decimal): -3875603 or 15588548. OLE color: 15588548.

HSL color Cylindrical-coordinate representation of color #C4DCED: hue angle of 204.88º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4DCED is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 220 237 -
CMYK 0.17 0.07 0 0.07
HSL 204.88º 0.53% 0.85% -
HSV(B) 204.88º 0.17% 0.93% -
XYZ 63.64 69.04 90.09 -
YUV 214.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 196 220 237 0.17 0.07 0 0.07 204.88 0.53 0.85
Hex C4 DC ED 11 7 0 7 CD 35 55
Octal 304 334 355 21 7 0 7 315 65 125
Binary 11000100 11011100 11101101 10001 111 0 111 11001101 110101 1010101

Color Harmonies of #C4DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCED

Black with #C4DCED

Text Example


Text Example

White with #C4DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCED; }

 p { color: rgb(196,220,237); }

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

background-color css

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

 a { background-color: rgb(196,220,237); }

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

border-color css

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

 span { border-color: rgb(196,220,237); }

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