Html Css Color HEX #CDE1E9 Pattens Blue

📋 copy color: '#CDE1E9'

red 205 ◦ green 225 ◦ blue 233

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

Shades of Pattens Blue #CDE1E9

Tints of Pattens Blue #CDE1E9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.94%

 BLUE value IS 233 (91.41% from 255) = 35.14%

R = 30.92%
G = 33.94%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CDE1E9 (or 0xCDE1E9) is known color: Pattens Blue. HEX triplet: CD, E1 and E9. RGB value is (205,225,233). Sum of RGB (Red+Green+Blue) = 205+225+233=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDE1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1E9 is #321E16. Grayscale: #DBDBDB. Windows color (decimal): -3284503 or 15327693. OLE color: 15327693.

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

Color convert

RGB 205 225 233 -
CMYK 0.12 0.03 0 0.09
HSL 197.14º 0.39% 0.86% -
HSV(B) 197.14º 0.12% 0.91% -
XYZ 66.81 72.71 87.6 -
YUV 219.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 205 225 233 0.12 0.03 0 0.09 197.14 0.39 0.86
Hex CD E1 E9 C 3 0 9 C5 27 56
Octal 315 341 351 14 3 0 11 305 47 126
Binary 11001101 11100001 11101001 1100 11 0 1001 11000101 100111 1010110

Color Harmonies of #CDE1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE1E9

Black with #CDE1E9

Text Example


Text Example

White with #CDE1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE1E9; }

 p { color: rgb(205,225,233); }

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

background-color css

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

 a { background-color: rgb(205,225,233); }

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

border-color css

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

 span { border-color: rgb(205,225,233); }

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