Html Css Color HEX #CDDDE7 Pattens Blue

📋 copy color: '#CDDDE7'

red 205 ◦ green 221 ◦ blue 231

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

Shades of Pattens Blue #CDDDE7

Tints of Pattens Blue #CDDDE7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.64%

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

R = 31.2%
G = 33.64%
B = 35.16%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CDDDE7 (or 0xCDDDE7) is known color: Pattens Blue. HEX triplet: CD, DD and E7. RGB value is (205,221,231). Sum of RGB (Red+Green+Blue) = 205+221+231=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDE7 is #322218. Grayscale: #D9D9D9. Windows color (decimal): -3285529 or 15195597. OLE color: 15195597.

HSL color Cylindrical-coordinate representation of color #CDDDE7: hue angle of 203.08º 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 #CDDDE7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 221 231 -
CMYK 0.11 0.04 0 0.09
HSL 203.08º 0.35% 0.85% -
HSV(B) 203.08º 0.11% 0.91% -
XYZ 65.46 70.46 85.75 -
YUV 217.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 205 221 231 0.11 0.04 0 0.09 203.08 0.35 0.85
Hex CD DD E7 B 4 0 9 CB 23 55
Octal 315 335 347 13 4 0 11 313 43 125
Binary 11001101 11011101 11100111 1011 100 0 1001 11001011 100011 1010101

Color Harmonies of #CDDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDE7

Black with #CDDDE7

Text Example


Text Example

White with #CDDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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