Html Css Color HEX #CDE1EE Pattens Blue

📋 copy color: '#CDE1EE'

red 205 ◦ green 225 ◦ blue 238

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

Shades of Pattens Blue #CDE1EE

Tints of Pattens Blue #CDE1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.63%

R = 30.69%
G = 33.68%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDE1EE (or 0xCDE1EE) is known color: Pattens Blue. HEX triplet: CD, E1 and EE. RGB value is (205,225,238). Sum of RGB (Red+Green+Blue) = 205+225+238=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1EE is #321E11. Grayscale: #DCDCDC. Windows color (decimal): -3284498 or 15655373. OLE color: 15655373.

HSL color Cylindrical-coordinate representation of color #CDE1EE: hue angle of 203.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE1EE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 225 238 -
CMYK 0.14 0.05 0 0.07
HSL 203.64º 0.49% 0.87% -
HSV(B) 203.64º 0.14% 0.93% -
XYZ 67.53 73 91.42 -
YUV 220.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 205 225 238 0.14 0.05 0 0.07 203.64 0.49 0.87
Hex CD E1 EE E 5 0 7 CC 31 57
Octal 315 341 356 16 5 0 7 314 61 127
Binary 11001101 11100001 11101110 1110 101 0 111 11001100 110001 1010111

Color Harmonies of #CDE1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE1EE

Black with #CDE1EE

Text Example


Text Example

White with #CDE1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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