Html Css Color HEX #CAD2EA Periwinkle

📋 copy color: '#CAD2EA'

red 202 ◦ green 210 ◦ blue 234

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

Shades of Periwinkle #CAD2EA

Tints of Periwinkle #CAD2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.51%

 BLUE value IS 234 (91.8% from 255) = 36.22%

R = 31.27%
G = 32.51%
B = 36.22%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAD2EA (or 0xCAD2EA) is known color: Periwinkle. HEX triplet: CA, D2 and EA. RGB value is (202,210,234). Sum of RGB (Red+Green+Blue) = 202+210+234=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD2EA is #352D15. Grayscale: #D2D2D2. Windows color (decimal): -3484950 or 15389386. OLE color: 15389386.

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

Color convert

RGB 202 210 234 -
CMYK 0.14 0.10 0 0.08
HSL 225º 0.43% 0.85% -
HSV(B) 225º 0.14% 0.92% -
XYZ 62.26 64.59 87.03 -
YUV 210.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 202 210 234 0.14 0.10 0 0.08 225 0.43 0.85
Hex CA D2 EA E A 0 8 E1 2B 55
Octal 312 322 352 16 12 0 10 341 53 125
Binary 11001010 11010010 11101010 1110 1010 0 1000 11100001 101011 1010101

Color Harmonies of #CAD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD2EA

Black with #CAD2EA

Text Example


Text Example

White with #CAD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD2EA; }

 p { color: rgb(202,210,234); }

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

background-color css

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

 a { background-color: rgb(202,210,234); }

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

border-color css

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

 span { border-color: rgb(202,210,234); }

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