Html Css Color HEX #CACDE7 Periwinkle

📋 copy color: '#CACDE7'

red 202 ◦ green 205 ◦ blue 231

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

Shades of Periwinkle #CACDE7

Tints of Periwinkle #CACDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.21%

R = 31.66%
G = 32.13%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CACDE7 (or 0xCACDE7) is known color: Periwinkle. HEX triplet: CA, CD and E7. RGB value is (202,205,231). Sum of RGB (Red+Green+Blue) = 202+205+231=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #CACDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDE7 is #353218. Grayscale: #CECECE. Windows color (decimal): -3486233 or 15191498. OLE color: 15191498.

HSL color Cylindrical-coordinate representation of color #CACDE7: hue angle of 233.79º degrees, saturation: 0.38, 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 #CACDE7 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 205 231 -
CMYK 0.13 0.11 0 0.09
HSL 233.79º 0.38% 0.85% -
HSV(B) 233.79º 0.13% 0.91% -
XYZ 60.61 61.99 84.37 -
YUV 207.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 202 205 231 0.13 0.11 0 0.09 233.79 0.38 0.85
Hex CA CD E7 D B 0 9 EA 26 55
Octal 312 315 347 15 13 0 11 352 46 125
Binary 11001010 11001101 11100111 1101 1011 0 1001 11101010 100110 1010101

Color Harmonies of #CACDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDE7

Black with #CACDE7

Text Example


Text Example

White with #CACDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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