Html Css Color HEX #CACDDD Periwinkle

📋 copy color: '#CACDDD'

red 202 ◦ green 205 ◦ blue 221

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

Shades of Periwinkle #CACDDD

Tints of Periwinkle #CACDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 32.17%
G = 32.64%
B = 35.19%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CACDDD (or 0xCACDDD) is known color: Periwinkle. HEX triplet: CA, CD and DD. RGB value is (202,205,221). Sum of RGB (Red+Green+Blue) = 202+205+221=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #CACDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDDD is #353222. Grayscale: #CDCDCD. Windows color (decimal): -3486243 or 14536138. OLE color: 14536138.

HSL color Cylindrical-coordinate representation of color #CACDDD: hue angle of 230.53º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACDDD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 205 221 -
CMYK 0.09 0.07 0 0.13
HSL 230.53º 0.22% 0.83% -
HSV(B) 230.53º 0.09% 0.87% -
XYZ 59.24 61.44 77.14 -
YUV 205.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 202 205 221 0.09 0.07 0 0.13 230.53 0.22 0.83
Hex CA CD DD 9 7 0 D E7 16 53
Octal 312 315 335 11 7 0 15 347 26 123
Binary 11001010 11001101 11011101 1001 111 0 1101 11100111 10110 1010011

Color Harmonies of #CACDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDDD

Black with #CACDDD

Text Example


Text Example

White with #CACDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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