Html Css Color HEX #CCDCE7 Pattens Blue

📋 copy color: '#CCDCE7'

red 204 ◦ green 220 ◦ blue 231

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

Shades of Pattens Blue #CCDCE7

Tints of Pattens Blue #CCDCE7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.59%

 BLUE value IS 231 (90.63% from 255) = 35.27%

R = 31.15%
G = 33.59%
B = 35.27%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCDCE7 (or 0xCCDCE7) is known color: Pattens Blue. HEX triplet: CC, DC and E7. RGB value is (204,220,231). Sum of RGB (Red+Green+Blue) = 204+220+231=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCE7 is #332318. Grayscale: #D8D8D8. Windows color (decimal): -3351321 or 15195340. OLE color: 15195340.

HSL color Cylindrical-coordinate representation of color #CCDCE7: hue angle of 204.44º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDCE7 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 220 231 -
CMYK 0.12 0.05 0 0.09
HSL 204.44º 0.36% 0.85% -
HSV(B) 204.44º 0.12% 0.91% -
XYZ 64.92 69.79 85.65 -
YUV 216.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 204 220 231 0.12 0.05 0 0.09 204.44 0.36 0.85
Hex CC DC E7 C 5 0 9 CC 24 55
Octal 314 334 347 14 5 0 11 314 44 125
Binary 11001100 11011100 11100111 1100 101 0 1001 11001100 100100 1010101

Color Harmonies of #CCDCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCE7

Black with #CCDCE7

Text Example


Text Example

White with #CCDCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCE7; }

 p { color: rgb(204,220,231); }

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

background-color css

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

 a { background-color: rgb(204,220,231); }

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

border-color css

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

 span { border-color: rgb(204,220,231); }

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