Html Css Color HEX #C8DEED Pattens Blue

📋 copy color: '#C8DEED'

red 200 ◦ green 222 ◦ blue 237

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

Shades of Pattens Blue #C8DEED

Tints of Pattens Blue #C8DEED

RGB

 RED value IS 200 (78.52% from 255) = 30.35%

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

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

R = 30.35%
G = 33.69%
B = 35.96%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8DEED (or 0xC8DEED) is known color: Pattens Blue. HEX triplet: C8, DE and ED. RGB value is (200,222,237). Sum of RGB (Red+Green+Blue) = 200+222+237=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEED is #372112. Grayscale: #D9D9D9. Windows color (decimal): -3612947 or 15589064. OLE color: 15589064.

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

Color convert

RGB 200 222 237 -
CMYK 0.16 0.06 0 0.07
HSL 204.32º 0.51% 0.86% -
HSV(B) 204.32º 0.16% 0.93% -
XYZ 65.23 70.64 90.32 -
YUV 217.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 200 222 237 0.16 0.06 0 0.07 204.32 0.51 0.86
Hex C8 DE ED 10 6 0 7 CC 33 56
Octal 310 336 355 20 6 0 7 314 63 126
Binary 11001000 11011110 11101101 10000 110 0 111 11001100 110011 1010110

Color Harmonies of #C8DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DEED

Black with #C8DEED

Text Example


Text Example

White with #C8DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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