Html Css Color HEX #C3DEED Pattens Blue

📋 copy color: '#C3DEED'

red 195 ◦ green 222 ◦ blue 237

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

Shades of Pattens Blue #C3DEED

Tints of Pattens Blue #C3DEED

RGB

 RED value IS 195 (76.56% from 255) = 29.82%

 GREEN value IS 222 (87.11% from 255) = 33.94%

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

R = 29.82%
G = 33.94%
B = 36.24%

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

#C3DEED (or 0xC3DEED) is known color: Pattens Blue. HEX triplet: C3, DE and ED. RGB value is (195,222,237). Sum of RGB (Red+Green+Blue) = 195+222+237=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEED is #3C2112. Grayscale: #D7D7D7. Windows color (decimal): -3940627 or 15589059. OLE color: 15589059.

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

Color convert

RGB 195 222 237 -
CMYK 0.18 0.06 0 0.07
HSL 201.43º 0.54% 0.85% -
HSV(B) 201.43º 0.18% 0.93% -
XYZ 63.91 69.96 90.26 -
YUV 215.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 195 222 237 0.18 0.06 0 0.07 201.43 0.54 0.85
Hex C3 DE ED 12 6 0 7 C9 36 55
Octal 303 336 355 22 6 0 7 311 66 125
Binary 11000011 11011110 11101101 10010 110 0 111 11001001 110110 1010101

Color Harmonies of #C3DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DEED

Black with #C3DEED

Text Example


Text Example

White with #C3DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DEED; }

 p { color: rgb(195,222,237); }

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

background-color css

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

 a { background-color: rgb(195,222,237); }

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

border-color css

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

 span { border-color: rgb(195,222,237); }

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