Html Css Color HEX #CFD2DE Periwinkle

📋 copy color: '#CFD2DE'

red 207 ◦ green 210 ◦ blue 222

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

Shades of Periwinkle #CFD2DE

Tints of Periwinkle #CFD2DE

RGB

 RED value IS 207 (81.25% from 255) = 32.39%

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

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 32.39%
G = 32.86%
B = 34.74%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFD2DE (or 0xCFD2DE) is known color: Periwinkle. HEX triplet: CF, D2 and DE. RGB value is (207,210,222). Sum of RGB (Red+Green+Blue) = 207+210+222=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2DE is #302D21. Grayscale: #D2D2D2. Windows color (decimal): -3157282 or 14602959. OLE color: 14602959.

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

Color convert

RGB 207 210 222 -
CMYK 0.07 0.05 0 0.13
HSL 228º 0.19% 0.84% -
HSV(B) 228º 0.07% 0.87% -
XYZ 61.96 64.63 78.32 -
YUV 210.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 207 210 222 0.07 0.05 0 0.13 228 0.19 0.84
Hex CF D2 DE 7 5 0 D E4 13 54
Octal 317 322 336 7 5 0 15 344 23 124
Binary 11001111 11010010 11011110 111 101 0 1101 11100100 10011 1010100

Color Harmonies of #CFD2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD2DE

Black with #CFD2DE

Text Example


Text Example

White with #CFD2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD2DE; }

 p { color: rgb(207,210,222); }

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

background-color css

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

 a { background-color: rgb(207,210,222); }

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

border-color css

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

 span { border-color: rgb(207,210,222); }

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