Html Css Color HEX #CDE4F9 Pattens Blue

📋 copy color: '#CDE4F9'

red 205 ◦ green 228 ◦ blue 249

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

Shades of Pattens Blue #CDE4F9

Tints of Pattens Blue #CDE4F9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.43%

 BLUE value IS 249 (97.66% from 255) = 36.51%

R = 30.06%
G = 33.43%
B = 36.51%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDE4F9 (or 0xCDE4F9) is known color: Pattens Blue. HEX triplet: CD, E4 and F9. RGB value is (205,228,249). Sum of RGB (Red+Green+Blue) = 205+228+249=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDE4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4F9 is #321B06. Grayscale: #DFDFDF. Windows color (decimal): -3283719 or 16377037. OLE color: 16377037.

HSL color Cylindrical-coordinate representation of color #CDE4F9: hue angle of 208.64º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE4F9 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 228 249 -
CMYK 0.18 0.08 0 0.02
HSL 208.64º 0.79% 0.89% -
HSV(B) 208.64º 0.18% 0.98% -
XYZ 70.02 75.31 100.47 -
YUV 223.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 205 228 249 0.18 0.08 0 0.02 208.64 0.79 0.89
Hex CD E4 F9 12 8 0 2 D1 4F 59
Octal 315 344 371 22 10 0 2 321 117 131
Binary 11001101 11100100 11111001 10010 1000 0 10 11010001 1001111 1011001

Color Harmonies of #CDE4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE4F9

Black with #CDE4F9

Text Example


Text Example

White with #CDE4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE4F9; }

 p { color: rgb(205,228,249); }

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

background-color css

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

 a { background-color: rgb(205,228,249); }

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

border-color css

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

 span { border-color: rgb(205,228,249); }

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