Html Css Color HEX #CACDE3 Periwinkle

📋 copy color: '#CACDE3'

red 202 ◦ green 205 ◦ blue 227

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

Shades of Periwinkle #CACDE3

Tints of Periwinkle #CACDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.8%

R = 31.86%
G = 32.33%
B = 35.8%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CACDE3 (or 0xCACDE3) is known color: Periwinkle. HEX triplet: CA, CD and E3. RGB value is (202,205,227). Sum of RGB (Red+Green+Blue) = 202+205+227=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDE3 is #35321C. Grayscale: #CECECE. Windows color (decimal): -3486237 or 14929354. OLE color: 14929354.

HSL color Cylindrical-coordinate representation of color #CACDE3: hue angle of 232.8º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACDE3 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 205 227 -
CMYK 0.11 0.10 0 0.11
HSL 232.8º 0.31% 0.84% -
HSV(B) 232.8º 0.11% 0.89% -
XYZ 60.05 61.77 81.43 -
YUV 206.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 202 205 227 0.11 0.10 0 0.11 232.8 0.31 0.84
Hex CA CD E3 B A 0 B E9 1F 54
Octal 312 315 343 13 12 0 13 351 37 124
Binary 11001010 11001101 11100011 1011 1010 0 1011 11101001 11111 1010100

Color Harmonies of #CACDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDE3

Black with #CACDE3

Text Example


Text Example

White with #CACDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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