Html Css Color HEX #CACDE8 Periwinkle

📋 copy color: '#CACDE8'

red 202 ◦ green 205 ◦ blue 232

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

Shades of Periwinkle #CACDE8

Tints of Periwinkle #CACDE8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.08%

 BLUE value IS 232 (91.02% from 255) = 36.31%

R = 31.61%
G = 32.08%
B = 36.31%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CACDE8 (or 0xCACDE8) is known color: Periwinkle. HEX triplet: CA, CD and E8. RGB value is (202,205,232). Sum of RGB (Red+Green+Blue) = 202+205+232=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #CACDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDE8 is #353217. Grayscale: #CFCFCF. Windows color (decimal): -3486232 or 15257034. OLE color: 15257034.

HSL color Cylindrical-coordinate representation of color #CACDE8: hue angle of 234º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACDE8 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 205 232 -
CMYK 0.13 0.12 0 0.09
HSL 234º 0.39% 0.85% -
HSV(B) 234º 0.13% 0.91% -
XYZ 60.75 62.05 85.12 -
YUV 207.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 202 205 232 0.13 0.12 0 0.09 234 0.39 0.85
Hex CA CD E8 D C 0 9 EA 27 55
Octal 312 315 350 15 14 0 11 352 47 125
Binary 11001010 11001101 11101000 1101 1100 0 1001 11101010 100111 1010101

Color Harmonies of #CACDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDE8

Black with #CACDE8

Text Example


Text Example

White with #CACDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDE8; }

 p { color: rgb(202,205,232); }

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

background-color css

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

 a { background-color: rgb(202,205,232); }

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

border-color css

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

 span { border-color: rgb(202,205,232); }

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