Html Css Color HEX #C2DDFA Pattens Blue

📋 copy color: '#C2DDFA'

red 194 ◦ green 221 ◦ blue 250

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

Shades of Pattens Blue #C2DDFA

Tints of Pattens Blue #C2DDFA

RGB

 RED value IS 194 (76.17% from 255) = 29.17%

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

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 29.17%
G = 33.23%
B = 37.59%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2DDFA (or 0xC2DDFA) is known color: Pattens Blue. HEX triplet: C2, DD and FA. RGB value is (194,221,250). Sum of RGB (Red+Green+Blue) = 194+221+250=665 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.17% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDFA is #3D2205. Grayscale: #D8D8D8. Windows color (decimal): -4006406 or 16440770. OLE color: 16440770.

HSL color Cylindrical-coordinate representation of color #C2DDFA: hue angle of 211.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2DDFA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 221 250 -
CMYK 0.22 0.12 0 0.02
HSL 211.07º 0.85% 0.87% -
HSV(B) 211.07º 0.22% 0.98% -
XYZ 65.36 70.08 100.53 -
YUV 216.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 194 221 250 0.22 0.12 0 0.02 211.07 0.85 0.87
Hex C2 DD FA 16 C 0 2 D3 55 57
Octal 302 335 372 26 14 0 2 323 125 127
Binary 11000010 11011101 11111010 10110 1100 0 10 11010011 1010101 1010111

Color Harmonies of #C2DDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDFA

Black with #C2DDFA

Text Example


Text Example

White with #C2DDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDFA; }

 p { color: rgb(194,221,250); }

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

background-color css

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

 a { background-color: rgb(194,221,250); }

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

border-color css

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

 span { border-color: rgb(194,221,250); }

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