Html Css Color HEX #CAD3E5 Periwinkle

📋 copy color: '#CAD3E5'

red 202 ◦ green 211 ◦ blue 229

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

Shades of Periwinkle #CAD3E5

Tints of Periwinkle #CAD3E5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.87%

 BLUE value IS 229 (89.84% from 255) = 35.67%

R = 31.46%
G = 32.87%
B = 35.67%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAD3E5 (or 0xCAD3E5) is known color: Periwinkle. HEX triplet: CA, D3 and E5. RGB value is (202,211,229). Sum of RGB (Red+Green+Blue) = 202+211+229=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3E5 is #352C1A. Grayscale: #D2D2D2. Windows color (decimal): -3484699 or 15061962. OLE color: 15061962.

HSL color Cylindrical-coordinate representation of color #CAD3E5: hue angle of 220º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD3E5 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 211 229 -
CMYK 0.12 0.08 0 0.10
HSL 220º 0.34% 0.85% -
HSV(B) 220º 0.12% 0.9% -
XYZ 61.79 64.8 83.38 -
YUV 210.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 202 211 229 0.12 0.08 0 0.10 220 0.34 0.85
Hex CA D3 E5 C 8 0 A DC 22 55
Octal 312 323 345 14 10 0 12 334 42 125
Binary 11001010 11010011 11100101 1100 1000 0 1010 11011100 100010 1010101

Color Harmonies of #CAD3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD3E5

Black with #CAD3E5

Text Example


Text Example

White with #CAD3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD3E5; }

 p { color: rgb(202,211,229); }

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

background-color css

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

 a { background-color: rgb(202,211,229); }

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

border-color css

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

 span { border-color: rgb(202,211,229); }

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