Html Css Color HEX #CCD7DE Pattens Blue

📋 copy color: '#CCD7DE'

red 204 ◦ green 215 ◦ blue 222

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

Shades of Pattens Blue #CCD7DE

Tints of Pattens Blue #CCD7DE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.54%

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

R = 31.83%
G = 33.54%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD7DE (or 0xCCD7DE) is known color: Pattens Blue. HEX triplet: CC, D7 and DE. RGB value is (204,215,222). Sum of RGB (Red+Green+Blue) = 204+215+222=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DE is #332821. Grayscale: #D4D4D4. Windows color (decimal): -3352610 or 14604236. OLE color: 14604236.

HSL color Cylindrical-coordinate representation of color #CCD7DE: hue angle of 203.33º 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 #CCD7DE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 215 222 -
CMYK 0.08 0.03 0 0.13
HSL 203.33º 0.21% 0.84% -
HSV(B) 203.33º 0.08% 0.87% -
XYZ 62.39 66.71 78.7 -
YUV 212.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 204 215 222 0.08 0.03 0 0.13 203.33 0.21 0.84
Hex CC D7 DE 8 3 0 D CB 15 54
Octal 314 327 336 10 3 0 15 313 25 124
Binary 11001100 11010111 11011110 1000 11 0 1101 11001011 10101 1010100

Color Harmonies of #CCD7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD7DE

Black with #CCD7DE

Text Example


Text Example

White with #CCD7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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