Html Css Color HEX #C2DDEC Pattens Blue

📋 copy color: '#C2DDEC'

red 194 ◦ green 221 ◦ blue 236

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

Shades of Pattens Blue #C2DDEC

Tints of Pattens Blue #C2DDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.25%

R = 29.8%
G = 33.95%
B = 36.25%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2DDEC (or 0xC2DDEC) is known color: Pattens Blue. HEX triplet: C2, DD and EC. RGB value is (194,221,236). Sum of RGB (Red+Green+Blue) = 194+221+236=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDEC is #3D2213. Grayscale: #D6D6D6. Windows color (decimal): -4006420 or 15523266. OLE color: 15523266.

HSL color Cylindrical-coordinate representation of color #C2DDEC: hue angle of 201.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DDEC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 221 236 -
CMYK 0.18 0.06 0 0.07
HSL 201.43º 0.53% 0.84% -
HSV(B) 201.43º 0.18% 0.93% -
XYZ 63.24 69.24 89.39 -
YUV 214.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 194 221 236 0.18 0.06 0 0.07 201.43 0.53 0.84
Hex C2 DD EC 12 6 0 7 C9 34 54
Octal 302 335 354 22 6 0 7 311 64 124
Binary 11000010 11011101 11101100 10010 110 0 111 11001001 110100 1010100

Color Harmonies of #C2DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDEC

Black with #C2DDEC

Text Example


Text Example

White with #C2DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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