Html Css Color HEX #CCD9DE Pattens Blue

📋 copy color: '#CCD9DE'

red 204 ◦ green 217 ◦ blue 222

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

Shades of Pattens Blue #CCD9DE

Tints of Pattens Blue #CCD9DE

RGB

 RED value IS 204 (80.08% from 255) = 31.73%

 GREEN value IS 217 (85.16% from 255) = 33.75%

 BLUE value IS 222 (87.11% from 255) = 34.53%

R = 31.73%
G = 33.75%
B = 34.53%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD9DE (or 0xCCD9DE) is known color: Pattens Blue. HEX triplet: CC, D9 and DE. RGB value is (204,217,222). Sum of RGB (Red+Green+Blue) = 204+217+222=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9DE is #332621. Grayscale: #D5D5D5. Windows color (decimal): -3352098 or 14604748. OLE color: 14604748.

HSL color Cylindrical-coordinate representation of color #CCD9DE: hue angle of 196.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD9DE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 217 222 -
CMYK 0.08 0.02 0 0.13
HSL 196.67º 0.21% 0.84% -
HSV(B) 196.67º 0.08% 0.87% -
XYZ 62.9 67.74 78.87 -
YUV 213.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 204 217 222 0.08 0.02 0 0.13 196.67 0.21 0.84
Hex CC D9 DE 8 2 0 D C5 15 54
Octal 314 331 336 10 2 0 15 305 25 124
Binary 11001100 11011001 11011110 1000 10 0 1101 11000101 10101 1010100

Color Harmonies of #CCD9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9DE

Black with #CCD9DE

Text Example


Text Example

White with #CCD9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9DE; }

 p { color: rgb(204,217,222); }

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

background-color css

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

 a { background-color: rgb(204,217,222); }

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

border-color css

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

 span { border-color: rgb(204,217,222); }

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