Html Css Color HEX #CCD9DF Pattens Blue

📋 copy color: '#CCD9DF'

red 204 ◦ green 217 ◦ blue 223

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

Shades of Pattens Blue #CCD9DF

Tints of Pattens Blue #CCD9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 31.68%
G = 33.7%
B = 34.63%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD9DF (or 0xCCD9DF) is known color: Pattens Blue. HEX triplet: CC, D9 and DF. RGB value is (204,217,223). Sum of RGB (Red+Green+Blue) = 204+217+223=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9DF is #332620. Grayscale: #D5D5D5. Windows color (decimal): -3352097 or 14670284. OLE color: 14670284.

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

Color convert

RGB 204 217 223 -
CMYK 0.09 0.03 0 0.13
HSL 198.95º 0.23% 0.84% -
HSV(B) 198.95º 0.09% 0.87% -
XYZ 63.03 67.79 79.57 -
YUV 213.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 204 217 223 0.09 0.03 0 0.13 198.95 0.23 0.84
Hex CC D9 DF 9 3 0 D C7 17 54
Octal 314 331 337 11 3 0 15 307 27 124
Binary 11001100 11011001 11011111 1001 11 0 1101 11000111 10111 1010100

Color Harmonies of #CCD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9DF

Black with #CCD9DF

Text Example


Text Example

White with #CCD9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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