Html Css Color HEX #C4DDF0 Pattens Blue

📋 copy color: '#C4DDF0'

red 196 ◦ green 221 ◦ blue 240

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

Shades of Pattens Blue #C4DDF0

Tints of Pattens Blue #C4DDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.64%

 BLUE value IS 240 (94.14% from 255) = 36.53%

R = 29.83%
G = 33.64%
B = 36.53%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C4DDF0 (or 0xC4DDF0) is known color: Pattens Blue. HEX triplet: C4, DD and F0. RGB value is (196,221,240). Sum of RGB (Red+Green+Blue) = 196+221+240=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDF0 is #3B220F. Grayscale: #D7D7D7. Windows color (decimal): -3875344 or 15785412. OLE color: 15785412.

HSL color Cylindrical-coordinate representation of color #C4DDF0: hue angle of 205.91º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4DDF0 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 221 240 -
CMYK 0.18 0.08 0 0.06
HSL 205.91º 0.59% 0.85% -
HSV(B) 205.91º 0.18% 0.94% -
XYZ 64.35 69.74 92.51 -
YUV 215.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 196 221 240 0.18 0.08 0 0.06 205.91 0.59 0.85
Hex C4 DD F0 12 8 0 6 CE 3B 55
Octal 304 335 360 22 10 0 6 316 73 125
Binary 11000100 11011101 11110000 10010 1000 0 110 11001110 111011 1010101

Color Harmonies of #C4DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DDF0

Black with #C4DDF0

Text Example


Text Example

White with #C4DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DDF0; }

 p { color: rgb(196,221,240); }

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

background-color css

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

 a { background-color: rgb(196,221,240); }

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

border-color css

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

 span { border-color: rgb(196,221,240); }

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