Html Css Color HEX #CDDCE7 Pattens Blue

📋 copy color: '#CDDCE7'

red 205 ◦ green 220 ◦ blue 231

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

Shades of Pattens Blue #CDDCE7

Tints of Pattens Blue #CDDCE7

RGB

 RED value IS 205 (80.47% from 255) = 31.25%

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

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

R = 31.25%
G = 33.54%
B = 35.21%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CDDCE7 (or 0xCDDCE7) is known color: Pattens Blue. HEX triplet: CD, DC and E7. RGB value is (205,220,231). Sum of RGB (Red+Green+Blue) = 205+220+231=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCE7 is #322318. Grayscale: #D8D8D8. Windows color (decimal): -3285785 or 15195341. OLE color: 15195341.

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

Color convert

RGB 205 220 231 -
CMYK 0.11 0.05 0 0.09
HSL 205.38º 0.35% 0.85% -
HSV(B) 205.38º 0.11% 0.91% -
XYZ 65.19 69.94 85.66 -
YUV 216.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 205 220 231 0.11 0.05 0 0.09 205.38 0.35 0.85
Hex CD DC E7 B 5 0 9 CD 23 55
Octal 315 334 347 13 5 0 11 315 43 125
Binary 11001101 11011100 11100111 1011 101 0 1001 11001101 100011 1010101

Color Harmonies of #CDDCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCE7

Black with #CDDCE7

Text Example


Text Example

White with #CDDCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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