Html Css Color HEX #CADDEC Pattens Blue

📋 copy color: '#CADDEC'

red 202 ◦ green 221 ◦ blue 236

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

Shades of Pattens Blue #CADDEC

Tints of Pattens Blue #CADDEC

RGB

 RED value IS 202 (79.3% from 255) = 30.65%

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

 BLUE value IS 236 (92.58% from 255) = 35.81%

R = 30.65%
G = 33.54%
B = 35.81%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CADDEC (or 0xCADDEC) is known color: Pattens Blue. HEX triplet: CA, DD and EC. RGB value is (202,221,236). Sum of RGB (Red+Green+Blue) = 202+221+236=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #CADDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDEC is #352213. Grayscale: #D8D8D8. Windows color (decimal): -3482132 or 15523274. OLE color: 15523274.

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

Color convert

RGB 202 221 236 -
CMYK 0.14 0.06 0 0.07
HSL 206.47º 0.47% 0.86% -
HSV(B) 206.47º 0.14% 0.93% -
XYZ 65.35 70.33 89.49 -
YUV 217.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 202 221 236 0.14 0.06 0 0.07 206.47 0.47 0.86
Hex CA DD EC E 6 0 7 CE 2F 56
Octal 312 335 354 16 6 0 7 316 57 126
Binary 11001010 11011101 11101100 1110 110 0 111 11001110 101111 1010110

Color Harmonies of #CADDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDEC

Black with #CADDEC

Text Example


Text Example

White with #CADDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDEC; }

 p { color: rgb(202,221,236); }

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

background-color css

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

 a { background-color: rgb(202,221,236); }

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

border-color css

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

 span { border-color: rgb(202,221,236); }

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