Html Css Color HEX #C4DCEA Pattens Blue

📋 copy color: '#C4DCEA'

red 196 ◦ green 220 ◦ blue 234

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

Shades of Pattens Blue #C4DCEA

Tints of Pattens Blue #C4DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36%

R = 30.15%
G = 33.85%
B = 36%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4DCEA (or 0xC4DCEA) is known color: Pattens Blue. HEX triplet: C4, DC and EA. RGB value is (196,220,234). Sum of RGB (Red+Green+Blue) = 196+220+234=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DCEA is #3B2315. Grayscale: #D6D6D6. Windows color (decimal): -3875606 or 15391940. OLE color: 15391940.

HSL color Cylindrical-coordinate representation of color #C4DCEA: hue angle of 202.11º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4DCEA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 220 234 -
CMYK 0.16 0.06 0 0.08
HSL 202.11º 0.48% 0.84% -
HSV(B) 202.11º 0.16% 0.92% -
XYZ 63.21 68.86 87.8 -
YUV 214.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 196 220 234 0.16 0.06 0 0.08 202.11 0.48 0.84
Hex C4 DC EA 10 6 0 8 CA 30 54
Octal 304 334 352 20 6 0 10 312 60 124
Binary 11000100 11011100 11101010 10000 110 0 1000 11001010 110000 1010100

Color Harmonies of #C4DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DCEA

Black with #C4DCEA

Text Example


Text Example

White with #C4DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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